These constants define the possible document workflow states.
| Constant | Description |
|---|---|
|
DWFS_APPROVED |
Approved. Ready to be released. |
|
DWFS_ASSIGNED |
Assigned. The To Do person can change the state to Under Change to start editing. |
|
DWFS_CDWF |
In a workflow definition workflow. |
|
DWF_UNDERCHANGEF |
Under change in a workflow definition workflow. Equivalent to DWFS_CDWF + DWFS_UNDERCHANGE. |
|
DWFS_INREVIEW |
In review in a workflow definition workflow. Equivalent to DWFS_CDWF + DWFS_INREVIEW. |
|
DWFS_INITIATED |
Initiated. Waiting to be assigned to the person that will edit the document. |
|
DWFS_INREVIEW |
In Review. Documents can be edited in this state. |
|
DWFS_REFUSED |
Refused. The person to whom the document was assigned has refused it. |
|
DWFS_REJECTED |
Rejected. The reviewer has rejected the document. |
|
DWFS_RELEASED |
Released. |
|
DWFS_RETIRED |
Retired. |
|
DWFS_SUBMITTED |
Submitted. The editor has submitted the document for approval or review. |
|
DWFS_UNCHANGED |
Unchanged. New document. |
|
DWFS_UNDERCHANGE |
Under Change. Documents can be edited in this state. |
|
DWFS_WORKINGCOPY |
Quick Change. Documents can be edited in this state. |